#footers {
    height: 580px;
    position: relative;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

#footers .lefts {
    width: 300px;
    height: 232px;
    position: absolute;
    left: 13%;
    color: #fff;
    position: absolute;
    top: 60px;
}

#footers .lefts p {
    border-bottom: 1px solid #75929b;
    line-height: 78px;
}

#footers .lefts select option:last-of-type {
    display: none;
}

#footers .centers {
    width: 350px;
    position: absolute;
    top: 160px;
}

#footers .centers li {
    display: inline-block;
    margin-right: 20px;
    height: 56px;
    width: 92px;
}

#footers .centers li a {
    color: #fff;
}

#footers .right {

    width: 330px;
    height: 60px;
    position: absolute;
    top: 160px;
    right: 13%;
}

#footers .right img:first-of-type {
    margin-right: 30px;
}

#footers .right p:first-of-type {
    line-height: 70px;
    color: #fff;
    display: inline-block;
    margin-right: 100px;
    margin-left: 33px;
}

#footers .right p:last-of-type {
    line-height: 70px;
    color: #fff;
    display: inline-block;
}

/*#footers .footer {
    height: 105px;
    width: 100%;
    background-color: #0c1314;
    opacity: 0.6;
    position: absolute;
    bottom: 0px;
}

#footers .footer ul {
    display: inline-block;
    color: #fff;
    margin-top: 34px;
    margin-left: 13%;
}

#footers .footer ul li {
    display: inline;
}

#footers .footer ul li a {
    color: #fff;
    margin-left: 13px;
    margin-right: 13px;
    font-size: 14px;
}

#footers .footer div {
    position: absolute;
    right: 13%;
    text-align: right;
    top: 30px;
}

#footers .footer div p {
    color: #fff;
    font-size: 14px;
}*/